UCF STIG Viewer Logo

The .Xauthority files must not have extended ACLs.


Overview

Finding ID Version Rule ID IA Controls Severity
V-61023 SOL-11.1-020520 SV-75491r1_rule Medium
Description
.Xauthority files ensure the user is authorized to access the specific X Windows host. Extended ACLs may permit unauthorized modification of these files, which could lead to Denial of Service to authorized access or allow unauthorized access to be obtained.
STIG Date
Solaris 11 SPARC Security Technical Implementation Guide 2017-03-02

Details

Check Text ( C-61935r1_chk )
If X Windows is not used on the system, this is not applicable.

Check the file permissions for the .Xauthority files.
# ls -lL .Xauthority

If the permissions include a "+", the file has an extended ACL and this is a finding.
Fix Text (F-66755r1_fix)
Remove the extended ACL from the file.
# chmod A- .Xauthority